object Form1: TForm1 Left = 200 Top = 102 Width = 435 Height = 183 Caption = 'Form1' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate TextHeight = 13 object StrNum: TEdit Left = 16 Top = 40 Width = 65 Height = 21 TabOrder = 0 Text = '0' end object StringVal: TEdit Left = 96 Top = 40 Width = 305 Height = 21 TabOrder = 1 end object GetButton: TButton Left = 40 Top = 88 Width = 75 Height = 25 Caption = 'Get' TabOrder = 2 OnClick = GetButtonClick end object SetButton: TButton Left = 160 Top = 88 Width = 75 Height = 25 Caption = 'Set' TabOrder = 3 OnClick = SetButtonClick end end